home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / commio0b.zip / DROPFILE.NFO < prev    next >
Text File  |  1996-05-13  |  4KB  |  94 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.         Since i can't seem to find any good information on the formats
  9.     of BBS drop files, I have made this list of a bunch of different
  10.     formats that i've been able to discover on my own, or from text
  11.     that i was able to find.
  12.         As you can see, this file is quite .. small ... so, If you have any
  13.     information that you'd like to add to this file, PLEASE contact me, so I
  14.     can add it into the next release of the COMMIO kit.  Enjoy.. .  .
  15.  
  16. ───────────────────────────────────────────────────────────────────────────────
  17. ■ The only info i don't know about ANY of these drop files are, what BBSes
  18.   use which dropfile(s). I know a couple, but not nearly enough.. .  .
  19. ■ Remember, the order of the fields in which they are placed in this text is
  20.   the order they appear in the drop files.. .  .
  21. ───────────────────────────────────────────────────────────────────────────────
  22.  
  23. ───────────────────────────────────────────────────────────────────────────────
  24.  ■ DORINFOx.DEF
  25.  ■ BBS:   VBBS, ...
  26.  ■ NOTES: I've heard that there are actually 2 different "versions" of this
  27.           this dropfile.  I think the only difference in the 2 are the way
  28.           the ANSIon variable is stored in the file.  I'm not sure, ...
  29.           when i find out, i'll fix the code to detect which one is being
  30.           used, and set the variable correctly.
  31.  ■ FIELDS:
  32.     o The "x" in the filename represents the NODE # the user is on. (0..9)
  33.     o BBS Name             - String
  34.     o Sysop's first name   - String
  35.     o Sysop's last name    - String (Line will be BLANK if the sysop's name
  36.                              has no lastname)
  37.     o Comport              - Byte (the word 'COM' will be in front of the
  38.                              comport number that the user is on.
  39.                              ie: "COM2" [w/o quotes])
  40.     o Speed & Char format  - This shows the users BAUD rate and Parity info.
  41.                              The first number is the BAUD rate (ie: 38400),
  42.                              then the word "BAUD" (seperated by a space)
  43.                              [w/o quotes], then the Parity info (parity,
  44.                              databits,stopbits).  The entire line might look
  45.                              like this: "38400 BAUD,N,8,1" [w/o quotes].
  46.     o 0                      In my experience this has always been set to
  47.                              a zero. I don't know what it represents.
  48.     o User's first name    - String
  49.     o User's last name     - String (line will be BLANK if the user's alias/
  50.                              name doesn't have a lastname).
  51.     o User's location      - String (ie: "Silver Spring, MD" [w/o quotes])
  52.     o Graphic mode         - byte (1 if ANSI, 0 if not)
  53.     o Security level       - byte? (you might want to make this field a word
  54.                              or integer; since i dont know how high security
  55.                              levels can get with different types of BBS
  56.                              software)
  57.     o Time left on BBS     - word (time left on BBS in minutes)
  58.     o Using Fossil?        - shortint (signed byte) (-1 if fossil, 0 if not)
  59. ───────────────────────────────────────────────────────────────────────────────
  60.  ■ CHAIN.TXT
  61.  ■ BBS:   WWiV,VBBS
  62.  ■ NOTES: <none>
  63.  ■ FIELDS:
  64.     o User number
  65.     o User alias
  66.     o User real name
  67.     o User callsign (HAM radio)
  68.     o User age
  69.     o M                                     User sex
  70.     o   16097.00                            User gold
  71.     o 05/19/89                              User last logon date
  72.     o Users screen width (80)
  73.     o Users screen length (24)
  74.     o User security level (0-255)
  75.     o 1 if Co-SysOp, 0 if not
  76.     o 1 if SysOp, 0 if not
  77.     o 1 if ANSI, 0 if not
  78.     o 1 if at remote, 0 if local console
  79.     o User number of seconds left till logoff (REAL number)
  80.     o System GFILES directory (gen. txt files)
  81.     o System DATA directory
  82.     o System log of the day
  83.     o User baud rate
  84.     o System com port
  85.     o System name
  86.     o System SysOp
  87.     o Time user logged on/# of secs. from midn.
  88.     o User number of seconds on system so far
  89.     o User number of uploaded k
  90.     o User number of uploads
  91.     o User amount of downloaded k
  92.     o User number of downloads
  93.     o 8N1                                   User parity
  94.